home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-11-27 | 4.6 KB | 377 lines |
- [ver]
- 4
- [sty]
- _macro.sty
- [files]
- [charset]
- 82
- ANSI (Windows, IBM CP 1252)
- [revisions]
- 0
- [prn]
- PostScript Printer
- [port]
- LPT1:
- [lang]
- 1
- [fldnames]
- Field1
- Field2
- Field3
- Field4
- Field5
- Field6
- Field7
- Field8
- [desc]
- Select multiple docs to open
- Lotus WPD Technical Support
- Intermediate
- DialogBox, FileOpen
- autorun
- 786002378
- 31
- 673204697
- 217
- 2
- 0
- 0
- 0
- 0
-
-
- Peyton McManus
-
-
-
- 0
- [fopts]
- 0
- 1
- 0
- 0
-
-
- [lnopts]
- 2
- Body Text
- 1
- [docopts]
- 5
- 2
- [GramStyle]
-
- [lay]
- Standard
- 513
- [rght]
- 15840
- 12240
- 1
- 1440
- 1440
- 1
- 1440
- 1440
- 2
- 1
- 0
- 1
- 1
- 2
- 1
- 1440
- 10800
- 5
- 1
- 720
- 1
- 1440
- 1
- 2880
- 1
- 4320
- 1
- 5760
- [hrght]
- [lyfrm]
- 1
- 11200
- 0
- 0
- 12240
- 1440
- 0
- 1
- 3
- 1 0 0 0 0 0 0
- 0
- 0
- 1
- [frmlay]
- 1440
- 12240
- 1
- 1440
- 72
- 1
- 360
- 1440
- 0
- 1
- 0
- 1
- 1
- 0
- 1
- 1440
- 10800
- 0
- [txt]
- <+B>MDIOPEN.SMM
-
- <+B>Peyton McManus Lous WPD
-
- <+B>Last revised June 3, 1991
-
- >
- [frght]
- [lyfrm]
- 1
- 13248
- 0
- 14400
- 12240
- 15840
- 0
- 1
- 3
- 1 0 0 0 0 0 0
- 0
- 0
- 2
- [frmlay]
- 15840
- 12240
- 1
- 1440
- 360
- 1
- 14472
- 1440
- 0
- 1
- 0
- 1
- 1
- 0
- 1
- 1440
- 10800
- 0
- [txt]
- >
- [elay]
- [l1]
- 0
- [pg]
- 2
- 42 26 25 32 0 1 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
- 51 0 10 1025 0 0 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
- [edoc]
- <:#276,9360>Function Multiple()
-
- <:#276,9360>IF IsNewWave()
-
- <:#276,9360> Message("Macro not available while running under HP NewWave.")
-
- <:#276,9360> Exit Function
-
- <:#276,9360>ENDIF
-
- <:#276,9360>doc=getdocpath$()
-
- <:#276,9360>Filledit(9001,"{doc}*.s?m")
-
- <:#276,9360>Filledit(51,true)
-
- <:#276,9360>Box=dialogbox(".","Getfiles")
-
- <:#276,9360>if Box<<<;>1
-
- <:#276,9360> Exit Function
-
- <:#276,9360>Endif
-
- <:#276,9360>Files=getdialogfield$(8001)
-
- <:#276,9360>Radio1=getdialogfield$(51)
-
- <:#276,9360>Radio2=Getdialogfield$(52)
-
- <:#276,9360>x=1
-
- <:#276,9360>dir=getcurrentdir$()
-
- <:#276,9360>While (1)
-
- <:#276,9360> Temp=Strfield$(files,x," ")
-
- <:#276,9360> if len(Temp)<;>3
-
- <:#276,9360> temp="{dir}{temp}"
-
- <:#276,9360> Fileopen("{temp}",1,"AmiPro")
-
- <:#276,9360> pause(002)
-
- <:#276,9360> If (Radio2)
-
- <:#276,9360> Appminimize("{temp}")
-
- <:#276,9360> Endif
-
- <:#276,9360> x=x+1
-
- <:#276,9360> if x<;>8
-
- <:#276,9360> Break
-
- <:#276,9360> Endif
-
- <:#276,9360> Else
-
- <:#276,9360> Break
-
- <:#276,9360> Endif
-
- <:#276,9360>Wend
-
- <:#276,9360>Darkmode(off)
-
- <:#276,9360>End Function
-
- <:#276,9360>
-
- DIALOG Getfiles
-
- -2134376448 10 69 34 150 174 "" "" "Multiple File Open"
-
- FONT 8 "Helv"
-
- 11 21 62 120 9001 1352728587 "listbox" "" 0
-
- 88 71 48 12 51 1342308361 "button" "Full screen" 0
-
- <:#552,9360>88 84 50 12 52 1342177289 "button" "Minimize all" 0
-
- <:#552,9360>6 2 62 18 1000 1342177280 "static" "Select up to 9 files to open:" 0
-
- <:#552,9360>74 42 66 1 7999 1342177280 "static" "" 0
-
- <:#552,9360>98 10 40 14 1 1342373889 "button" "OK" 0
-
- <:#552,9360>98 29 40 14 2 1342373888 "button" "Cancel" 0
-
- <:#552,9360>9 141 132 24 8001 1342177280 "static" "" 0
-
- <:#552,9360>4 132 143 37 20 1342308359 "button" "" 0
-
- <:#552,9360>0 1 150 173 1003 1342177287 "static" "" 0
-
- <:#276,9360>END DIALOG
-
- >
-
- [Embedded]
- 00003460
- >
- [macsum] 2
- Multiple 0 0 9 0
- Getfiles 608 0 -1 37
- [macse]
- 14 Multiple
- 0 1317
- 13
- 11 00000109
- 0 3 "Macro not available while running under HP NewWave."
- 6 0
- 15
- 9
- 0 268
- 13
- 8 1
- 0 31 9001 "{1}*.s?m"
- 0 31 51 1
- 0 26 "." "Getfiles"
- 13
- 8 2
- 6 2
- 5 1
- 18 1
- 11 00000229
- 6 0
- 15
- 9
- 0 27 8001
- 13
- 8 3
- 0 27 51
- 13
- 8 4
- 0 27 52
- 13
- 8 5
- 5 1
- 8 6
- 0 290
- 13
- 8 7
- 5 1
- 11 00000587
- 0 20 "{3}" "{6}" " "
- 13
- 8 8
- 0 14 "{8}"
- 13
- 5 3
- 18 3
- 11 00000561
- 7 "{7}{8}"
- 8 8
- 2 102 1 "{8}" 1 "AmiPro"
- 0 274 002
- 6 5
- 11 00000486
- 0 1030 "{8}"
- 6 6
- 5 1
- 3 0
- 8 6
- 6 6
- 5 8
- 18 3
- 11 00000548
- 10 00000587
- 10 00000574
- 10 00000587
- 10 00000311
- 0 292 0
- 6 0
- 15
- 9
- DIALOG Getfiles
- -2134376448 10 69 34 150 174 "" "" "Multiple File Open"
- FONT 8 "Helv"
- 11 21 62 120 9001 1352728587 "listbox" "" 0
- 88 71 48 12 51 1342308361 "button" "Full screen" 0
- 88 84 50 12 52 1342177289 "button" "Minimize all" 0
- 6 2 62 18 1000 1342177280 "static" "Select up to 9 files to open:" 0
- 74 42 66 1 7999 1342177280 "static" "" 0
- 98 10 40 14 1 1342373889 "button" "OK" 0
- 98 29 40 14 2 1342373888 "button" "Cancel" 0
- 9 141 132 24 8001 1342177280 "static" "" 0
- 4 132 143 37 20 1342308359 "button" "" 0
- 0 1 150 173 1003 1342177287 "static" "" 0
- 00003485
-